#nav-bar-logo {
	width: 2em;
	height: 100%;
}

.container {
	position: relative !important;
}


.image-article-container {
	display: flex;
	flex-direction: column;
}

.image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3em;
	margin-top: 3em;
	background: linear-gradient(to bottom, rgba(128, 0, 0, 0.5), #fff);
}

.article-header {
	max-height: 27em;
	height: 26em;
	background-image: url('../../imgs/Article Header.jpg');
	background-position: center !important;
	background-size: cover !important;
}

.image-article {
	width: 75%;
	height: auto;
}

.direction-column {
	flex-direction: column;
}

/*.jumbotron-bg {
	background-image: url('../../imgs/Article Header.jpg');
	background-position: center !important;
	background-size: cover !important;
}*/


.article-title {
	font-size: 3em;
	font-family: Arial !important;
	color: white;
}

.article-contributors {
	color: white;
	font-size: 1.3em;
	font-style: italic;
}

.display-3 {
	color: white !important;
}

.bg-maroon {
	background-color: #800000;
}

@media only screen and (max-width: 768px) {
	.article-title {
		font-size: 1.2em;
	}

	.article-contributors {
		font-size: 0.5em;
	}

	.article-header {
		height: 13em;
		background-size: cover !important;
	}

	.lead {
		font-size: 0.8em !important;
	}
}